type reflect.abiSeq
12 uses
reflect (current package)
abi.go#L70: type abiSeq struct {
abi.go#L92: func (a *abiSeq) dump() {
abi.go#L109: func (a *abiSeq) stepsForValue(i int) []abiStep {
abi.go#L124: func (a *abiSeq) addArg(t *abi.Type) *abiStep {
abi.go#L165: func (a *abiSeq) addRcvr(rcvr *abi.Type) (*abiStep, bool) {
abi.go#L198: func (a *abiSeq) regAssign(t *abi.Type, offset uintptr) bool {
abi.go#L261: func (a *abiSeq) assignIntN(offset, size uintptr, n int, ptrMap uint8) bool {
abi.go#L293: func (a *abiSeq) assignFloatN(offset, size uintptr, n int) bool {
abi.go#L316: func (a *abiSeq) stackAssign(size, alignment uintptr) {
abi.go#L331: call, ret abiSeq
abi.go#L406: var in abiSeq
abi.go#L445: var out abiSeq
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |